Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 1, 2026

The CPP build workflow was failing on Windows due to an incorrect Visual Studio installation path.

Changes

  • Updated .github/workflows/CPPBuild.yml line 51: changed Visual Studio path from version 18 to 2022
    • Previous: C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat
    • Current: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat

Visual Studio 2022 is version 17 internally, and version 18 does not exist on GitHub Actions runners. This caused the Windows native library compilation step to fail when attempting to initialize the build environment.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix CI build error related to CPP Fix CPP build: correct Visual Studio 2022 path Jan 1, 2026
Copilot AI requested a review from Happypig375 January 1, 2026 16:38
@Happypig375
Copy link
Member

Nope, still failing with the same error.

@Happypig375 Happypig375 closed this Jan 1, 2026
@Happypig375 Happypig375 deleted the copilot/sub-pr-640 branch January 2, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants